runtime.cpuProfile.lostExtra (field)
6 uses
runtime (current package)
cpuprof.go#L42: lostExtra uint64 // count of frames lost because extra is full
cpuprof.go#L99: if p.numExtra > 0 || p.lostExtra > 0 || p.lostAtomic > 0 {
cpuprof.go#L137: cpuprof.lostExtra++
cpuprof.go#L158: if p.lostExtra > 0 {
cpuprof.go#L159: hdr := [1]uint64{p.lostExtra}
cpuprof.go#L165: p.lostExtra = 0
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)